home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Source Code ƒ / Misc. Pascal ƒ / Jay's Cookie / FStubs.a < prev    next >
Encoding:
Text File  |  1988-09-29  |  541 b   |  24 lines  |  [TEXT/MPS ]

  1. *******************************************************************************
  2. *
  3. *    File FStubs.a - Stubs for floating point runtime library routines
  4. *                    not used by MPW tools.
  5. *
  6. *    Copyright Apple Computer, Inc. 1986-1987
  7. *    All rights reserved.
  8. *
  9. *******************************************************************************
  10.  
  11.                 CASE ON
  12.  
  13. *    Floating Point Conversion Routines
  14. *
  15. *    These routines, called by printf, are only necessary if floating point
  16. *    formatting is used.
  17.  
  18. ecvt            PROC EXPORT
  19.                 RTS
  20. fcvt            PROC EXPORT
  21.                 RTS
  22.  
  23.                 END
  24.